ToastOverlay.addToast

Displays @toast.

Only one toast can be shown at a time; if a toast is already being displayed, either @toast or the original toast will be placed in a queue, depending on the priority of @toast. See [property@Toast:priority].

class ToastOverlay
void
addToast

Parameters

toast Toast

a toast

Meta